home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / include / proto / cia.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-01  |  268 b   |  12 lines

  1. /* $VER: proto/cia.h 1.0 (17.4.93) */
  2. #ifndef CIA_PROTO_H
  3. #define CIA_PROTO_H 1
  4. #include <pragmas/config.h>
  5. #include <exec/types.h>
  6. #include <clib/cia_protos.h>
  7. #ifdef __SUPPORTS_PRAGMAS__
  8. extern struct Library *CiaBase;
  9. #include <pragmas/cia_pragmas.h>
  10. #endif
  11. #endif
  12.